home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 2007 December
/
PCWKCD1207B.iso
/
Blogowanie poza sfera
/
Flock 0.9.1.3 stable
/
flock-0.9.1.3.en-US.win32.exe
/
flock
/
yahootoolbar.xpi
/
components
/
nsYahooDomBuilder.idl
next >
Wrap
Text File
|
2007-01-12
|
1KB
|
39 lines
#
# Copyright 2005 - 2006 Yahoo! Inc. All rights reserved.
#
#include "nsISupports.idl"
interface nsIDOMNode;
interface nsIDOMElement;
interface nsIDOMDocument;
interface nsIYahooFeedNode;
interface nsIDOMDocumentFragment;
[scriptable, uuid(921c55c5-838d-413e-8afc-ce83f433c030)]
interface nsIYahooDomBuilder: nsISupports
{
attribute string bm2Feed;
attribute string bm2FFBMImportCrumb;
attribute nsIDOMDocumentFragment alerts;
attribute nsIDOMDocumentFragment bookmarks;
attribute nsIDOMDocumentFragment bookmarks_m;
attribute nsIDOMDocumentFragment toolbar;
attribute nsIDOMDocumentFragment menubar;
attribute nsIDOMDocumentFragment menubarExtra;
attribute nsIDOMDocumentFragment toolar_context;
attribute nsIDOMDocumentFragment page_context;
void clear();
nsIDOMNode addNode(in nsIYahooFeedNode node, in nsIDOMNode parent);
void remove(in string id);
void clearBM2();
void buildBM2(in nsIDOMNode node, in nsIDOMNode parent);
void bumpUpBM2Usage(in string bid);
void clearBM2Usage();
string getBM2UsageString();
};